From: tsteven4 Date: Sun, 2 Aug 2015 20:14:03 +0000 (-0600) Subject: add xsltproc to travis config for doc build. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~10^2~6^2~8^2~10 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=a9d9c14da53a933867e55a1864d3b44623a2e920;p=gpsbabel.git add xsltproc to travis config for doc build. --- diff --git a/.travis.yml b/.travis.yml index 9af2c8973..c265f6dc5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - clang before_install: - sudo apt-get update -qq - - sudo apt-get install -y valgrind expat fop + - sudo apt-get install -y valgrind expat fop xsltproc script: - cd gpsbabel ; ./configure && make -j3 all && make doc && bash ./testo && bash ./vtesto # TODO: build GUI, mac, test-all